home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / clipdemo / cliptest.bas < prev    next >
BASIC Source File  |  1995-09-06  |  189b  |  8 lines

  1. ' This program illustrates how to Copy, Cut, and
  2. ' Paste text from one form to another via a menu
  3. ' located on a third form.
  4.  
  5. Global FocusFlag As Integer
  6. Global Const CF_TEXT = &H1
  7.  
  8.